﻿/* CSS Document */


/*新样式*/

.d_nav-box {
    background: #005eb8;
    margin-top: 0px;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
}

.nav-box {
    height: 38px;
    width: 1000px;
    margin: auto;
    background: #005eb8;
    position: initial
}

.nav-box li {
    float: left;
}

.nav-box li a {
    display: block;
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    ;
}

.nav-box .hg {
    background: none;
}

.nav_min-mian {
    width: 100%;
    top: 38px;
    background: #F3F3F3;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: 0px;
    z-index: 9999;
    display: none;
}

.nav_min-mian .nav_min-box {
    margin: auto;
    width: 1000px;
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 50px;
}

.nav_min-box1 {
    float: left;
    border-right: 0.5px solid rgba(6, 149, 210, 0.4);
    width: 333px;
    padding: 0;
    min-height: 200px;
    position: relative;
}

.nav_min-box1 p {
    display: block;
    width: 90%;
    cursor: pointer;
}

.nav_min-box1 a {
    width:200px !important;
    color: #4D4D4D !important;
    font-size: 14px;
    font-weight: 100;
    text-indent: 20px;
    text-align: left !important;
}


/*
  .nav_min div a {
    background: url(../images/black_arrow_right.svg) no-repeat left center;
    background-size: 7px 11px;
  }
*/

.hg-actik {
    display: none;
}

.hg-actik:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 0;
    height: 0;
    left: 48%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F3F3F3;
}

.hg-menu {
    width: 90%;
    background: url(../images/black_arrow_right.svg) no-repeat right center;
}

.s-lnbg {
    position: absolute;
    left: 300px;
    top: 0px;
    z-index: 9999;
    display: none;
}

.s-lnbg p {
    width: 400px;
}

.s-lnbg a {
    padding-left: 40px;
    width: 100% !important;
}

.box-top-header {
    width: 1000px;
    height: 81px;
    padding-top: 18px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}

.box-top-header-logo {
    width: 142px;
    float: left;
}

.box-top-header-logo img {
    padding-top: 3px;
}

.header__list {
    display: block;
    width: 211px;
    float: left;
    overflow: hidden;
    height: 27px;
    line-height: 27px;
}

.header__list li {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
}

.li-list1 {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.header-navigation__list-r {
    float: right;
    padding-top: 6px;
}

.header-navigation__list-r li {
    float: left;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    color: #4D4D4D;
    border-right: 1px solid #ccc;
    height: 17px;
    line-height: 17px;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}

.header-navigation__list-r li a {
    color: #4D4D4D;
}

.li-icon1 span {
    width: 17px;
    height: 17px;
    background: url(../images/blue-search-icon.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.li-icon2 {
    position: relative;
}

.li-icon2-k {
    position: absolute;
    z-index: 9999;
    display: none;
    left: -20px;
    top: 35px;
    width: 215px;
    padding-top: 20px;
    background: #005eb8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
}

.li-icon2-k li {
    display: block;
    float: none;
    border: none;
    padding: 0 8px 18px 26px;
    text-align: left;
    margin-left: 0px;
}

.li-icon2-k li a {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.li-icon2-k .is-active a {
    color: #85E7FF !important;
}

.li-icon2-k-top:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #025eb8;
}

.li-icon2 span {
    width: 17px;
    height: 17px;
    background: url(../images/world-icon.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.li-icon3 {
    border: none !important;
}

.li-icon3 span {
    width: 17px;
    height: 17px;
    background: url(../images/contact-icon.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}


/*搜索*/

.search-form {
    background: #005EB8;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 3px 6px #00000029;
    display: none;
}

.search_box {
    width: 988px;
    margin: auto;
    padding-top: 20px;
    position: relative;
}

.search {
    width: 100%;
    border-radius: 30px;
    outline: 0;
    border: 0;
    background: #fff;
    height: 59px;
    color: #4D4D4D;
    margin: auto;
    font-size: 25px;
    text-indent: 20px;
    font-weight: 100;
}

.search-top:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 700px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #025eb8;
}

input::-webkit-input-placeholder {
    color: #e2e2e2;
    font-weight: 100;
}

input::-moz-input-placeholder {
    color: #e2e2e2;
    font-weight: 100;
}

input::-ms-input-placeholder {
    color: #e2e2e2;
    font-weight: 100;
}

.oimgage {
    position: absolute;
    right: 10px;
    top: 33px;
    width: 34px;
    height: 34px;
    z-index: 9999;
    background: url(../images/SearchBar_Icn.png) no-repeat;
    border: none;
}

.close-icon:after {
    content: url(../images/close-icon2.png);
    position: absolute;
    right: 25px;
    top: 32px;
    z-index: 2;
    cursor: pointer;
}

.lay-footer__utility {
    background: #005EB8;
    box-shadow: 0px 3px 6px #00000029;
    /* padding: 80px 0 25px; */
    padding: 50px 0 25px;
    margin: 0;
    width: 100%;
}

.lay-footer__utility-ce {
    width: 1000px;
    margin: auto;
    overflow: hidden;
}

.layf-l {
    width: 161px;
    float: left;
    padding-right: 5px;
}

.layf-l-acti {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.layf-l-acti a {
    font-size: 14px !important;
    font-weight: bold;
}

.layf-l li {
    padding-bottom: 15px;
}

.layf-l a {
    color: #fff;
    font-size: 12px;
}

.ewmlll {
    text-align: center;
    padding-top: 40px;
}

.lay-footer__related-wrapper {
    background: #05498E;
    color: #fff;
    padding: 40px 0 10px;
    padding-bottom: 30px;
}

.layfll {
    width: 1000px;
    margin: auto;
}

.layfll1 {
    overflow: hidden;
    width: 600px;
    margin: auto;
}

.layfll1 li {
    float: left;
}

.layfll1 li a {
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
}

.layfll2 {
    margin-top: 30px;
}

.layfll3 {
    text-align: center;
}